/* 每一项标题 */
.qg-item-line {
  /* margin: 0 auto;
    width: .56rem; */
  height: 0.06rem;
  display: flex;
  justify-content: center;
}
.qg-item-line span {
  height: 100%;
  border-radius: 0.03rem;
}
.qg-item-line span:nth-of-type(1) {
  width: 0.37rem;
}
.qg-item-line span:nth-of-type(2) {
  width: 0.13rem;
  margin-left: 0.06rem;
}
.qg-item-title h3 {
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.27rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.qg-item-title p {
  margin-top: 0.11rem;
  text-align: center;
  font-size: 0.17rem;
  color: #91A4A4;
}
/* 页面内导航 */
.qg-nav-bar {
  height: 78px;
  line-height: 78px;
  box-shadow: 0 2px 4px 0 rgba(146, 146, 146, 0.15);
  background: #fff;
  position: sticky;
  top: 70px;
  z-index: 100;
  display: flex;
}
.qg-nav-bar .auto-list {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.qg-nav-bar .auto-list li {
  margin-right: 50px;
}
.qg-nav-bar .auto-list a {
  font-size: 18px;
}
.qg-nav-bar .auto-list li.current a {
  display: inline-block;
  height: 78px;
  border-bottom: 2px solid #119F93;
}
.qg-nav-bar .qg-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  font-size: 16px !important;
  color: #fff;
  margin-right: 12px;
  border-radius: 0;
}
/* 合作客户 */
.qg-item-cooperation {
  padding: 0.32rem 0;
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 0.15rem 3px rgba(73, 188, 189, 0.2);
  border-radius: 0.06rem;
}
.qg-item-cooperation li {
  flex: 1;
  width: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qg-item-cooperation li img {
  display: block;
  width: 80%;
  cursor: pointer;
}
.qg-item-cooperation li img:hover {
  box-shadow: 0px 0px 5px 1px rgba(73, 188, 189, 0.2);
}
/* #section {
    padding-bottom: 0.5rem;
  } */
